github.com/klauspost/compress/flate.compressor.sync (field)
17 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L127: sync bool // requesting flush
deflate.go#L180: d.w.writeBlockDynamic(tok, eof, window, d.sync)
deflate.go#L196: d.w.writeBlockHuff(eof, window, d.sync)
deflate.go#L199: d.w.writeBlockDynamic(tok, eof, window, d.sync)
deflate.go#L415: if d.windowEnd-s.index < minMatchLength+maxMatchLength && !d.sync {
deflate.go#L440: if !d.sync {
deflate.go#L684: if d.windowEnd > 0 && (d.windowEnd == maxStoreBlockSize || d.sync) {
deflate.go#L702: if d.windowEnd < len(d.window) && !d.sync || d.windowEnd == 0 {
deflate.go#L705: d.w.writeBlockHuff(false, d.window[:d.windowEnd], d.sync)
deflate.go#L716: if !d.sync {
deflate.go#L743: d.w.writeBlockHuff(false, d.window[:d.windowEnd], d.sync)
deflate.go#L746: d.w.writeBlockDynamic(&d.tokens, false, d.window[:d.windowEnd], d.sync)
deflate.go#L761: if d.windowEnd == len(d.window) || d.sync {
deflate.go#L773: d.sync = true
deflate.go#L783: d.sync = false
deflate.go#L832: d.sync = false
deflate.go#L869: d.sync = true
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |